Zend Framework 2 Application Development by Unknown

Zend Framework 2 Application Development by Unknown

Author:Unknown
Language: eng
Format: epub
Publisher: Packt Publishing


As usual we start with the current namespace and declare all the namespaces we want to use in this class. If you review the list carefully you will see that the last one is a custom class that implements a validator. We will review that shortly.

class UserLinksTable extends AbstractTableGateway implements AdapterAwareInterface

In the table gateways that we create on the API side, we should declare the name of our class, extend AbtractTableGateway, and implement AdapterAwareInterface.

protected $table = 'user_links';



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.